home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2004 September / PracticalWebPages-WPG13-09-2004-Coverdisc.iso / pc / Software / Toolkit / Sothink SWF Quicker 1.5 / data1.cab / Public_Files / Classes / NetConnection.as < prev    next >
Encoding:
Text File  |  2004-06-14  |  588 b   |  7 lines

  1. class NetConnection
  2. {
  3.  
  4.     function NetConnection()                                             // It is a constructor. It creates a NetConnection object that you can use in conjunction with a NetStream object to play back local streaming video (FLV) files. After creating the NetConnection object, use NetConnection.connect() to make the actual connection. 
  5.     function connect()                                                   // It is a constructor. It opens a local connection through which you can play back video (FLV) files from an HTTP address or from the local file system.
  6. }
  7.